←Select platform

Result Property

Summary

Generic result of running the command asynchronously.

Syntax

C#
VB
C++
public T Result { get; set; } 
Public Property Result() As T 
   Get 
   Set 
public:  
   property T Result 
   { 
      T get() 
      void set(T value) 
   } 

Property Value

The generic result of running the command asynchronously.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.UI.WinForms Assembly